<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    /*height: auto;*/
    -webkit-tap-highlight-color:rgba(0,0,0,0); 
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	user-select: none;
}


a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
    -moz-user-select: none;
    color: #222;
}

a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: ;
    color: #fff;none;
    /*background: none;*/
    text-decoration: none;
}



/* ::selection {
    background: transparent;
}

::-moz-selection {
    background: transparent;
}
::-webkit-selection {
    background: transparent;
} */


.clearfix::after {
    content: "";
    clear: both;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
}

.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    zoom: 1;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 1em;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}



.container {
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    /* background: #000; */
}



.fl {
    float: left;
}

.fr {
    float: right;
}

.ac {
    text-align: center;
}

.block{
    display: block
}



article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section,main {
    display: block;   
}



input[type=text],input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; border-radius: 0}
textarea { -webkit-appearance: none;border-radius: 0}
select{  appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        border-radius: 0
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}



</pre></body></html>